JSXdocs/src/pages/@footer/[[lang]]/(footer).page.jsxjsx212 Bfdccf895export default function Footer() { return ( <footer> Released under the MIT License. <br /> Copyright © 2023-{new Date().getFullYear()} Viktor Lázár & Contributors </footer> ); }